-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add nimib
to important packages
#20697
Conversation
thanks for the nice words and honored to be considered in important packages! I guess it make sense for us to add devel to CI, we will do that (see pietroppeter/nimib#149) as mentioned in discord #science chat, toml_serialization (reponsible for current failing checks, as I understand) is a dependency from status, so I will have to follow up with them. for reference, I am noting also here elements of the discussion in discord #science chat:
|
|
The other issue can be fixed as status-im/nim-toml-serialization#55 |
Looks as though this is still failing on Linux and Mac OS. |
Well the PR on toml serialization was merged with failing checks. I assume the maintainers of that package will take over the fix (I was kind of stuck but there was some suggestions, I would have probably moved much slower than them). Until the issue is actually solved (green CI on toml-serialization), I do not expect this to go green. |
The blocker for this is currently status-im/nim-serialization#45 |
blocker was fixed (and nim serialization does not have release so it should be already picked up as a dependency) so we could try running again the CI |
I actually expect this to fail again. we have set up devel CI in nimib (pietroppeter/nimib#169) and there is now a new reason for failure (not related to toml-serialization). We will look into it and update here when solved. |
The same toml problem still exists after fixing the new error (which was caused by #21326): see error logs. So it seems like the PR didn't fix our problem. |
with the latest nimib release we should be good to go for this (you could rerun checks): https://github.com/pietroppeter/nimib/releases/tag/v0.3.6 |
(wow so fast!) |
Yeah, I have been watching the progress of this issue, thanks for your diligent work! |
it's all thanks to @HugoGranstrom! 👏 |
Thanks for your hard work on this PR! Hint: mm: orc; opt: speed; options: -d:release |
r Co-authored-by: Clay Sweetser <[email protected]>
r Co-authored-by: Clay Sweetser <[email protected]>
r Co-authored-by: Clay Sweetser <[email protected]>
r Co-authored-by: Clay Sweetser <[email protected]>
It is a great library. There is an impressive talk regarding its usage.